home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 52498 / 52498.xpi / chrome / optimizegoogle.jar / skin / optimizegoogle / skin.css < prev   
Cascading Style Sheet File  |  2009-08-16  |  686b  |  34 lines

  1. @import url("chrome://global/skin/");
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. #cgpref {
  5.     height: 40em !important;
  6.     width: 55em !important;
  7. }
  8.  
  9. #cglist {
  10.     width: 10em !important;
  11. }
  12.  
  13. .scroll {
  14.     overflow:auto!important;
  15. }
  16.  
  17. .link {
  18.     color: #0000ff !important;
  19.     font-weight:bold!important;
  20.     cursor: pointer !important;
  21.     text-decoration: underline !important;
  22.     margin-bottom:1px!important;
  23.     margin-top:7px!important;
  24.     margin-left:5px!important;
  25.  
  26. }
  27. .link:hover {
  28.     color: #ff0000 !important;
  29.     font-weight:bold!important;
  30.     margin-bottom:1px!important;
  31.     margin-top:7px!important;
  32.     margin-left:5px!important;
  33. }
  34.